unity how to ommit letters from a string

134

unity how to ommit letters from a string -

strOne = strOne.Replace(strTwo, ""); //strOne = "Hello" now

Comments

Submit
0 Comments